home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / css10.zip / QUICKBBS.SIM < prev    next >
Text File  |  1991-01-24  |  984b  |  17 lines

  1. ////////////////////////////  QUICKBBS.SIM  /////////////////////////////////
  2. //                                                                         //
  3. // This is a sample SIMPLE script for logging on to a QuickBBS based       //
  4. // system.                                                                 //
  5. //                                                                         //
  6. // Put your name in the line that says ASSIGN STRING1.  The script will    //
  7. // get the proper password from the dialing directory, CSS puts the        //
  8. // password in the variable BBSPASSWORD.                                   //
  9. //                                                                         //
  10. /////////////////////////////////////////////////////////////////////////////
  11.  
  12. ASSIGN STRING1, "John Smith"     // Put your name (in Quotes!) here.
  13.  
  14. ALARM 1
  15. WAITFOR " name" MAXOF 180 THENDO SEND STRING1 HITENTER
  16. WAITFOR "Password:" THENDO SEND BBSPASSWORD HITENTER
  17.